home *** CD-ROM | disk | FTP | other *** search
- object frmManageMultiPart: TfrmManageMultiPart
- Tag = -1
- Left = 18
- Top = 351
- HelpContext = 1890
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Manage multiparts'
- ClientHeight = 239
- ClientWidth = 568
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PartsLV: TTntListView
- Left = 0
- Top = 0
- Width = 568
- Height = 170
- Align = alClient
- Checkboxes = True
- Columns = <
- item
- Caption = 'Part number'
- Width = 72
- end
- item
- Caption = 'Article index'
- Width = 75
- end
- item
- Caption = 'Date'
- Width = 100
- end
- item
- Caption = 'Bytes'
- end
- item
- Caption = 'Lines'
- end
- item
- Caption = 'From group'
- Width = 100
- end
- item
- AutoSize = True
- Caption = 'Subject'
- end
- item
- Caption = 'MsgID'
- Width = 70
- end>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- SmallImages = frm40tdMain.ImageList1
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnColumnClick = PartsLVColumnClick
- OnCompare = PartsLVCompare
- end
- object Panel1: TPanel
- Left = 0
- Top = 170
- Width = 568
- Height = 69
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 568
- 69)
- object Label1: TTntLabel
- Left = 8
- Top = 52
- Width = 363
- Height = 13
- Caption =
- 'If this multi-part message has more parts than expected, uncheck' +
- ' the surplus.'
- end
- object Label2: TTntLabel
- Left = 8
- Top = 34
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object btnOk: TMMTNTBItBtn
- Left = 411
- Top = 40
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object btnCancel: TMMTNTBItBtn
- Left = 491
- Top = 40
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- end
- object Button1: TMMTNTBItBtn
- Left = 5
- Top = 4
- Width = 108
- Height = 25
- Caption = 'Check &all'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TMMTNTBItBtn
- Tag = 1
- Left = 119
- Top = 4
- Width = 110
- Height = 25
- Caption = '&Uncheck all'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TMMTNTBItBtn
- Tag = 3
- Left = 235
- Top = 4
- Width = 162
- Height = 25
- Caption = 'Check &selected only'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button1Click
- end
- end
- end
-